

/* Product ========================================================================== */
html{
overflow-x:hidden;
}

.product-essential {
    margin: 0 0 15px 0;
}

.catalog-product-view .product-shop > .price-box {
    display: none;
}

/* Rating */
.no-rating {
    margin: 0;
}

.ratings {
    padding-bottom: 10px;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0 0 0 10px;
    display: inline-block;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.num-ratings {
}

.num-ratings:hover {
    text-decoration: none;
}

/*.num-ratings:after, .num-ratings:before {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}*/

/*.num-ratings:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #ffffff;
    border-width: 3px;
    top: 50%;
    margin-top: -3px;
}
.num-ratings:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 6px;
    top: 50%;
    margin-top: -6px;
}*/

.rating-box {
    width: 132px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    margin: 0 auto 10px;
    background: url(../images/bkg_rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    display: block;
    height: 18px;
    background: url(../images/bkg_rating.png) 0 100% repeat-x;
}

.ratings .rating-box {
    float: left;
}

.ratings-table th,
.ratings-table td {
    font-size: 12px;
    text-align: left;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

#reviews-block .form-list label {
    vertical-align: top;
}

/* Availability */
.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.out-of-stock span {
    color: #ffffff;
}

.availability-only {
    margin: 0 0 7px;
}

.availability-only a {
    cursor: pointer;
    padding-right: 15px;
}


.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #f2f2f2;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    padding: 2px 8px 1px;
}

/* Tier Prices */
.tier-prices .price {
    font-weight: bold;
    font-size: 12px;
}

/* Add to Links */
.add-to-links .separator {
    display: none;
}

/* Add to Cart */
.add-to-cart{
    float: left;
    margin-right: 10px;
    position: relative;
    z-index: 5;
}
.add-to-cart label {
    float: left;
    margin-right: 5px;
}

.add-to-cart .qty {
    float: left;
    margin: -6px 10px 0 0;
    padding: 6px 5px 5px;
    text-align: center;
    width: 30px;
}

.add-to-cart button.button {
    float: left;
}

.add-to-cart .paypal-logo {
    clear: left;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.catalog-product-view .add-to-cart .paypal-logo {
    margin: 0;
}

.add-to-cart .button {
    background-color: #fe5c1a;
}

.add-to-cart i {
    font-size: 14px;
    margin-left: 10px;
}

/* Add to Links + Add to Cart */
.add-to-box form{
    margin: 0;
}

.catalog-product-view .add-to-links {
    padding: 0;
}

.grouped-product .add-to-links {
    margin-left: 0;
}

.add-to-box .add-to-links li {
    display: inline;
}

.product-essential {
    margin: 0 0 15px 0;
}

.product-collateral .box-collateral {
    margin: 0;
}

.add-to-links .button {
    margin-right: 10px;
    text-transform: none;
}

/* Product Images */
.catalog-product-view .more-views ul {
    text-align: center;
}

.catalog-product-view .more-views li {
    display: inline-block;
    margin: 0 0 10px 0;
    position: relative;
}

.catalog-product-view .more-views li img {
    width: 100%;
}

.catalog-product-view .main-product-video i {
    font-size: 36px;
    left: 37%;
    position: absolute;
    top: 30%;
}

.catalog-product-view .main-product-video:hover i {
    color: #fe5c1a;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
}

.product-essential .product-image img {
    margin-bottom: 10px;
    width: 100%;
}

/* Product Shop */
.catalog-product-view .short-description {
    border-bottom: 0;
    margin: 0 0 10px 0;
    padding: 0 0 10px;
}

.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 45%;
    margin-top: 22%;
}

#product_addtocart_form {
}

/* Product Options (General) */
.product-options dl {
    margin: 0;
}

.product-options dt {
    float: left;
    margin: 0 0 15px 0;
    min-width: 80px;
}

.product-options dt .qty-holder {
    float: right;
}

.product-options label {
    display: inline;
}

.product-options dt .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #000;
}

.product-options dt label {
    color: #333333;
    display: block;
    margin: 2px 0 0 0;
}

.product-options dd {
    margin: 0 0 15px 80px;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    height: 100px;
}

.product-options dd select {
    background: #fff;
    box-shadow: none;
    padding: 1px;
    width: 100%;
    margin: 0 0 5px 0;
}

.product-options .options-list li {
    padding-bottom: 5px;
    width: 100%;
    float: left; /* IE fix */
}

.product-options .options-list li .radio,
.product-options .options-list li .checkbox {
    float: left;
    display: block;
    margin: 0 3px 0 2px;
}

.product-options .options-list .label {
    padding: 2px 0;
    display: block;
    float: left;
    margin: 0;
}

.product-options .options-list .label label {
    float: left;
    margin: 0;
    padding: 0;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.required {
    padding: 15px 0 0;
}

.product-shop .price-box {
}

.price-box-configurable {
    display: none;
}

/* Custom options styling */
.product-options.custom-options dt {
    float: none;
    margin: 0;
}

.product-options.custom-options dd {
    margin: 0 0 15px 0;
}

.product-options.custom-options .options-list li .radio {
    margin-left: 2px;
}

/* Product Options (Product Info Column) */
.product-shop .product-options {
    margin: 10px 0 0;
    overflow: hidden;
    background: transparent;
}

.product-shop .product-options dd select {
    width: auto;
}

.product-shop .product-options-bottom {
    background: transparent;
    text-align: left;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}

.product-shop .product-options-bottom .add-to-cart {
    float: none;
    margin: 0;
}

/* Block afer info column */
.catalog-product-view .container2 {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 15px 0 15px 0;
}


/* Product options downlodable product */
.downloadable-product .item-options dt {
    font-weight: normal;
}

.downloadable-product .item-options dd {
    margin-left: 0;
}

.downloadable-product .item-options a {
    text-decoration: underline;
}

.downloadable-product .product-options dt {
    float: none;
    margin-bottom: 5px;
}

.downloadable-product .product-options dd {
    margin-left: 0;
}

/* Grouped Product */
.catalog-product-view .grouped-items-table {
    margin-bottom: 15px;
    width: 100%;
}

.catalog-product-view .grouped-items-table tr.even {
    background: #f5f5f5;
}

.catalog-product-view .grouped-items-table th {
    padding: 0 10px;
    font-weight: normal;
}

.catalog-product-view .grouped-items-table td {
    padding: 10px;
}

.catalog-product-view .grouped-items-table td.name {
    font-size: 16px;
    text-transform: uppercase;
}

.catalog-product-view .grouped-items-table .qty {
    width: 23px;
    padding: 3px 0;
    text-align: center;
    font-size: 11px;
}

.catalog-product-view .grouped-items-table .price-box {
    font-size: 15px;
    margin: 0;
}

/* Bundle product */
.price-box-bundle {
    display: none;
}

.bundle-product .product-options dt {
    float: none;
    margin: 0;
}

.bundle-product .product-options dd {
    margin: 0;
}

.bundle-product .price-box {
    display: none;
}

.bundle-product .product-options-bottom .price-box {
    display: inherit;
}

.bundle-product .product-options .price {
    font-size: 11px;
}

.bundle-product .product-options dd .qty-holder label {
    margin: 5px 0 0 0;
    display: block;
}

.bundle-product .product-options dd .qty-holder input.input-text {
    width: 25px;
    padding: 3px 0;
    text-align: center;
    font-size: 11px;
}

.bundle-product .product-options .price-notice {
    padding-left: 0;
}

/* Block: Upsell */
.catalog-product-view .box-up-sell {
    border-top: 1px solid #ccc;
    padding: 15px 0 0 0;
}

.catalog-product-view .box-up-sell h2 {
    font-size: 18px;
}

.catalog-product-view .box-up-sell .price-box {
    margin-bottom: 0;
}

/* Block: Related */
.catalog-product-view .box-related h2 {
    font-size: 18px;
}

.catalog-product-view .box-related .price-box {
    margin-bottom: 0;
}

/* Block: Tags */
.catalog-product-view .box-tags .form-add label {
    float: left;
}

.catalog-product-view .box-tags .form-add .input-box {
    float: left;
    width: 260px;
    margin: 0 5px;
}

.catalog-product-view .box-tags .form-add input.input-text {
    width: 254px;
}

.catalog-product-view .box-tags .form-add p {
    clear: both;
}

/* Tabs */

#tab-container {
    margin-bottom: 15px;
}

#tab-container .nav-tabs {
    width: 100%;
    overflow: hidden;
    border-bottom: none;
}

#tab-container .nav-tabs li {
    float: left;
    margin: 0 2px 0 0;
}

#tab-container .nav-tabs li a {
    float: left;
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0;
}

#tab-container .nav-tabs li.active a {
    border-bottom: 1px solid #fff;
}

#tab-container .tab-content {
    border: 1px solid #ddd;
    padding: 10px;
    margin: -1px 0 0 0;
}

/* Product Page Blocks */
.product-info-blocks h4 {
    background-color: #6d6c6c;
    color: #e1e1e1;
    font-family: OpenSansRegular;
    margin: 0 0 20px;
    padding: 6px 0 5px;
    text-align: center;
    text-transform: uppercase;
}

.product-info-blocks {
    padding-bottom: 20px;
}

.add-to-links .button:visited {
    color: #fff;
}

/* Block: Reviews */
#reviews-tab {
    padding: 0px;
}

#show_review_form {
    margin: 10px;
    display: block;
}

#customer-reviews ul {
    width: 100%;
}

#hide_review_form {
    float: right;
}

#customer-reviews .toolbar {
    padding: 10px;
    margin: 0px;
    border-top: none;
}

#customer-reviews > .toolbar > .toolbar {
    padding: 0;
    border: none;
}

#customer-reviews .pager,
#customer-reviews .pages {
    margin: 0px;
}

#customer-reviews .pages .current {
    color: #000000;
}


#customer-reviews .limiter {
    display: none;
}

#customer-reviews .pages li.pages-heading {
    color: #000000;
}

.reviews-body h5 {
    border-bottom: 1px solid #e1e1e1;
    font-family: OpenSansSemiBold;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.reviews-body .customer-name {
    margin-bottom: 10px;
}

.reviews-body {
    background-color: #6d6c6c;
    color: #000000;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}

.reviews-body dl {
    margin-top: 0px;
    margin-bottom: 0px;
}

.reviews-body dl dt {
    font-weight: 400;
    margin-top: 15px;
    line-height: 18px;
}

.reviews-body dd {
    margin-left: 0px;
    line-height: 18px;
}

.reviews-body dl dt:first-child {
    font-weight: 400;
    margin-top: 5px;
}

/*.reviews-body .ratings-table {
    display: none;
}*/

#review-form .product-name {
    margin: 0 0 10px;
}

#review-form p.required {
    float: left;
    font-size: 12px;
    line-height: 12px;
}

#bundle-product-wrapper .form-add {
    display: block !important;
}

#customer-reviews .form-add .product-name {
    font-weight: bold;
}

#customer-reviews .form-add ol {
    margin: 0;
    margin-top: 5px;
    list-style: none;
}

#customer-reviews .form-add ol li {
    margin-bottom: 10px;
}

#customer-reviews .form-add select {
    width: 130px;
}

#customer-reviews .form-add textarea {
    height: 153px;
}

#customer-reviews .form-add .buttons-set {
    overflow: hidden;
}

.link-price-alert .icon-bell,
.link-stock-alert .icon-bell {
    margin-right: 5px;
}

/* Find Your Vehicle */
.find-heading h3 {
    background: rgba(0,0,0,0.8);
    color: #e1e1e1;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    margin: 0;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
}

.find-content {
    background-color: #6d6c6c;
    padding: 20px 5px;
}

.find-vehicle-block {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.label-container {
    padding-right: 0;
}

.spec-block {
    background-color: #6d6c6c;
    color: #000000;
    padding: 20px 20px;
}

.spec-block .product-info-table th {
    border-bottom: 1px solid #292929;
    border-right: 1px solid #292929;
    border-top: 0;
    padding: 0px 10px 10px;
    text-transform: uppercase;
}
.spec-block .product-info-table th:nth-last-child(1),
.spec-block .product-info-table td:nth-last-child(1) {
    border-right: 0;
}

.spec-block .product-info-table tr:nth-last-child(1) td {
    border-bottom: 0;
}

.spec-block .product-info-table td {
    border-bottom: 1px solid #292929;
    border-right: 1px solid #292929;
    padding: 10px;
}

.spec-block .product-info-table table {
    text-align: center;
    width: 100%;
}

.product-info-container table {
    width: 100%;
}

.product-info-container td {
    padding: 10px;
    border-bottom: 1px solid #bebebe;
}

.product-info-container .first td {
    padding: 0 10px 10px;
}

.product-info-container .last td {
    border-bottom: 0;
}

.select-wrapper,
.product-shop .find-vehicle-block .select-wrapper {
    background: #fe5c1a;
    display: inline-block;
    margin-right: 10px;
    padding: 0px 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.find-vehicle-block .select-wrapper {
    background: #000000;
}

.select-wrapper select {
    background: none;
    border: 0;
    color: #e1e1e1;
    font-family: OpenSansRegular;
    height: 30px;
    text-transform: none;
    width: 125%;

    appearance: none;
    -moz-appearance: menulist-text;
    -webkit-appearance: none;
}

.select-wrapper select[disabled]{
    color: #6d6c6c;
}

.select-wrapper option {
    background: #fff;
    color: #000;
}

.select-wrapper:after {
    border-color: #e1e1e1 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 6px 0 6px;
    content: " ";
    position: absolute;
    right: 10px;
    top: 12px;
}

#vehicle-select .select-wrapper:nth-child(4) {
    margin: 0;
}

#vehicle-select label {
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
    text-transform: uppercase;
}

.cms-index-index .select-wrapper {
    background: #000000;
    display: inline-block;
    margin-right: 10px;
    padding: 0px 10px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Products Table */
.products-table {
    margin-bottom: 20px;
}
.products-table thead {
    background-color: #6d6c6c;
    color: #000;
    font-size: 14px;
    line-height: 14px;
}

.products-table thead td,
.products-table td  {
    padding: 10px;
}

.products-table .product-details {
    width: 55%;
}

.products-table h5.product-name {
    margin: 0 0 10px;
}

.products-table i {
    font-size: 18px;
}

.add-to-holder {
    position: relative;
}

.tooltip {
    background: rgba(0,0,0,0.8);
    border-bottom: 1px solid #fe5c1a;
    color: #e1e1e1;
    display: none;
    left: -45%;
    line-height: 12px;
    padding: 6px 5px 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -30px;
    width: 130px;
}

.wishlist .tooltip {
    top: -35px;
}

.wishlist {
    position: relative;
}

.add-to-cart .tooltip {
    left: 20%;
}

.wishlist .tooltip {
    left: -4%;
}

.add-to-holder:hover .tooltip,
.add-to-cart:hover .tooltip,
.wishlist:hover .tooltip {
    display: block;
}

.tooltip:after {
    border-color: #fe5c1a transparent transparent transparent;
    border-style: solid;
    border-width: 5px 10px 0 10px;
    content: " ";
    left: 43%;
    position: absolute;
    top: 24px;
}

.orderlist-td {
    width: 10%;
}

.product-essential .select-wrapper.disabled {
    background-color: #292929;
}

.product-essential .select-wrapper select[disabled] {
    color: #e1e1e1;
}

#product-name {
    display: none;
}

.in-stock-tag {
    color: #fe5c1a;
    float: right;
    margin-top: 6px;
    text-transform: uppercase;
}

.in-stock-tag i {
    background: #51ba1b;
    border-radius: 50%;
    color: #fff;
    margin-right: 5px;
    padding: 4px;
}

.upload-pdf .main-product-video img {
    width: 100%
}

.more-views img:hover {
    opacity: 0.6;
}

ul.social-media {
    display: block;
}

ul.social-media li {
    display: inline-block;
}









/*added css*/


.product-essential.row {
    margin-top: 4%;
}

.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: -18%;
    width: 60%;
}

.advantages {
    margin-left: 82px;
}


/*image*/

img.shop_product {
    width: 88% !important;
    margin-left: 74%;
    margin-top: -8%;
    margin-bottom: 87% !important;
}

/*img.pro2_product {
    display: block;
    position: relative;
    width: 62% !important;
    margin-top: -22%;
    margin-bottom: 17% !important;
    margin-left: -6% !important;
    z-index: 1;
    transition: all 200ms ease-in;
    transform: scale(0.6);
}*/

/*img.pro2_product:hover {
    display: block;
    position: relative;
    width: 62% !important;
    margin-top: -22%;
    margin-bottom: 17% !important;
    margin-left: -6% !important;
    z-index: 1;
    transition: all 200ms ease-in;
    transform: scale(0.7);
}*/

.price-box {
    margin-left: -11px;
}
.product-essential.row {
    width: 97%;
    background-color: #fff;
    margin-top: -7% !important;
    display: block;
    position: relative;
    margin: 0 auto;
}


img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: relative;
    margin-top: -2%;
    transform: scale(1.05);
    width: 99.63%;
    z-index: -1;
}


.find-content {
    display: none;
}


.find-heading {
    display: none;
}

.product-name {
    margin-top: 18px;
    margin-left: -1px;
    /* margin-bottom: -23px; */
}


/*icons*/

i.icon-angle-double-right {
    display: none;
}

.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -7px;
}
.add-to-cart .button:hover {
    background-color: #48a518;
    padding: 8px 24px;
    margin-top: -7px;
}

a#wishlist-product{background-color: #db4c1f;padding: 8px 18px;color: #fff;}
a#wishlist-product:hover{

    background-color: #c14721;
    padding: 8px 18px;

}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -73%;
    text-transform: uppercase;
    margin-left: -108.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}

img.icon_shop {
    display: inline-block;
    position: relative;
    width: 8%;
    vertical-align: top;
}


span.legend {
    display: inline-block;
    margin-left: 21px;
    margin-bottom: 25px;
    line-height: 2px;
}



/*table*/

.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 79px;
    max-width: 960px;
}

.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: 0px 80px 20px;
    padding: 6px 22px 8px;
    text-align: initial;
    text-transform: uppercase;
    width: 97%;
}


.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 20px;
    width: 109%;
    margin-left: -18%;
    margin-top: 20%;
    margin-bottom: -4%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: -17.8%;
    margin-left: 27.63%;
    margin-bottom: 1%;
}

.short-description {
    display: inline-block;
    position: absolute;
    width: 70%;
    margin-top: 55.9% !important;
    margin-left: -3.2% !important;
    padding-left: 152px !important;
    z-index: 1;
}

.product-essential .price {
    display: block;
    font-size: 23px;
    margin: 21px 62px;
    padding: 15px 68px;
    border: 1px solid #e6e6e6;
}






/*--------------------------------------------------------------------------------------------------------------*/


@media only screen and (max-width :353px){

.col-xs-12 {
    margin-left: 0%;
    width: 73%;
}
.container{
  padding-left: 0!important;
  padding-right: 0!important;
}
/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: inherit;
    transform:none;
    width: 105.63%;

}
img.shop_product {
    width: 88% !important;
    margin-left: 1%;
    margin-top: -8%;
    margin-bottom: 2% !important;
}

/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}
.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -11%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -148px;
}
.add-to-cart {
    margin-left: -127%;
    margin-right: 29%;
    display: block;
}
ul.add-to-links {
    display: block;
    margin-left: -38%;
}
.add-to-cart .qty {
    float: left;
    margin: -55px -11px -35px 233px;
    padding: 6px 0px 5px;
    text-align: center;
    width: 30px;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: 17px 55px;
    padding: 15px 22px;
    border: 1px solid #e6e6e6;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -255%;
    text-transform: uppercase;
    margin-left: -108.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 45%;
    margin-top: 127%;
}
.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 107.2%;
    margin-left: 27.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -226%;
    text-transform: uppercase;
    margin-left: -108.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}

/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -388% -63px 17px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 97%;
}
.advantages {
    margin-left: -43px;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 13%;
    vertical-align: top;
}
}

/*----------------------------------------------------------------*/
@media all and (max-width: 400px) and (min-width :354px) {

.catalog-product-view  #mobile-menu-icon {
      display: block !important;
      cursor: pointer;
      width: 43% !important;
      text-align: right;
      float: right;
  }

.col-xs-12 {
    margin-left:0;
    width: 73%;
}

/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: absolute;
    transform: scale(3.05);
    width: 105.63%;

}
img.shop_product {
    width: 75% !important;
    margin-left: 1%;
    margin-top: -8%;
    margin-bottom: 2% !important;
}

/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -197px;
    margin-bottom: -19%;
}
.add-to-cart button.button {
    float: right;
    width: 53% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -45px;
    margin-right: -4%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -45px;
    margin-right: -4%;
}
.add-to-cart .qty {
    float: left;
    margin: -9px -6px -35px 71px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 12px;
    border: 1px solid #e6e6e6;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -174%;
    text-transform: uppercase;
    margin-left: -101.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 129%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 239.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: 2%;
    text-transform: uppercase;
    margin-left: -93.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}

/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -458% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.categorypath-throttle-tuning-html .advantages {
    margin-left: 113px!important;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 13%;
    vertical-align: top;
}
}


/*----------------------------------------------------------------*/
@media all and (max-width: 417px) and (min-width :400px) {



.col-xs-12 {
    margin-left: 0%;
    width: 73%;
}

/*main image*/
img.small-stage {
  margin-bottom: 1%;
  display: block;
  position: inherit;
  transform: scale(2.05);
  width: 68.63%;

}
img.shop_product {
    width: 75% !important;
    margin-left: 1%;
    margin-top: -8%;
    margin-bottom: 2% !important;
}

/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -216px;
    margin-bottom: -19%;
}
.add-to-cart button.button {
    float: right;
    width: 48% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -45px;
    margin-right: 2%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -45px;
    margin-right: 2%;
}
.add-to-cart .qty {
    float: left;
    margin: -9px -6px -35px 71px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 12px;
    border: 1px solid #e6e6e6;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: 9%;
    text-transform: uppercase;
    margin-left: -131.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 129%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 244.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: 2%;
    text-transform: uppercase;
    margin-left: -93.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}

/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -458% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.advantages {
    margin-left: -27px;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 13%;
    vertical-align: top;
}
}


/*---------------------------------------------------------------------*/
@media all and (max-width: 420px) and (min-width :418px) {

.col-xs-12 {
    margin-left: 14%;
    width: 73%;
}

/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: absolute;
    transform: scale(3.05);
    width: 105.63%;

}
img.shop_product {
    width: 75% !important;
    margin-left: 1%;
    margin-top: -8%;
    margin-bottom: 2% !important;
}

/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -216px;
    margin-bottom: -19%;
}
.add-to-cart button.button {
    float: right;
    width: 48% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -45px;
    margin-right: 2%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -45px;
    margin-right: 2%;
}
.add-to-cart .qty {
    float: left;
    margin: -9px -6px -35px 71px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 12px;
    border: 1px solid #e6e6e6;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: 9%;
    text-transform: uppercase;
    margin-left: -131.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 129%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 244.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -15%;
    text-transform: uppercase;
    margin-left: -131.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}

/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -458% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.advantages {
    margin-left: -27px;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 13%;
    vertical-align: top;
}
}
/*---------------------------------------------------------------------*/
@media all and (max-width: 420px) and (min-width :418px) {
.col-xs-12 {
    margin-left: 14%;
    width: 73%;
}

/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: absolute;
    transform: scale(3.05);
    width: 105.63%;

}
img.shop_product {
    width: 75% !important;
    margin-left: 1%;
    margin-top: -8%;
    margin-bottom: 2% !important;
}

/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -216px;
    margin-bottom: -19%;
}
.add-to-cart button.button {
    float: right;
    width: 48% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -45px;
    margin-right: 2%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -45px;
    margin-right: 2%;
}
.add-to-cart .qty {
    float: left;
    margin: -9px -6px -35px 71px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 12px;
    border: 1px solid #e6e6e6;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: 9%;
    text-transform: uppercase;
    margin-left: -131.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 129%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 244.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -15%;
    text-transform: uppercase;
    margin-left: -131.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}

/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -458% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.advantages {
    margin-left: -27px;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 13%;
    vertical-align: top;
}
}


/*----------------------------------------------------------------*/
@media all and (max-width: 430px) and (min-width :421px) {
.col-xs-12 {
    margin-left: 14%;
    width: 73%;
}

/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: absolute;
    transform: scale(3.05);
    width: 105.63%;

}
img.shop_product {
    width: 75% !important;
    margin-left: 1%;
    margin-top: -8%;
    margin-bottom: 2% !important;
}

/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -216px;
    margin-bottom: -19%;
}
.add-to-cart button.button {
    float: right;
    width: 62% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -45px;
    margin-right: -28%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -45px;
    margin-right: -28%;
}
.add-to-cart .qty {
    float: left;
    margin: -9px -6px -35px 71px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 12px;
    border: 1px solid #e6e6e6;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -15%;
    text-transform: uppercase;
    margin-left: -92.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 129%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 244.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -15%;
    text-transform: uppercase;
    margin-left: -92.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}

/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -458% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.advantages {
    margin-left: -27px;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 13%;
    vertical-align: top;
}
}

/*----------------------------------------------------------------*/
@media all and (max-width: 450px) and (min-width :430px) {

.col-xs-12 {
    margin-left: 14%;
    width: 73%;
}

/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: absolute;
    transform: scale(3.05);
    width: 105.63%;

}
img.shop_product {
    width: 75% !important;
    margin-left: 1%;
    margin-top: -8%;
    margin-bottom: 2% !important;
}

/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -216px;
    margin-bottom: -19%;
}
.add-to-cart button.button {
    float: right;
    width: 62% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -45px;
    margin-right: -30%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -45px;
    margin-right: -30%;
}
.add-to-cart .qty {
    float: left;
    margin: -4px -6px -35px 76px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 12px;
    border: 1px solid #e6e6e6;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -15%;
    text-transform: uppercase;
    margin-left: -88.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 129%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 244.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -15%;
    text-transform: uppercase;
    margin-left: -92.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}

/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -458% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.advantages {
    margin-left: -27px;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 13%;
    vertical-align: top;
}
}
/*----------------------------------------------------------------*/
@media all and (max-width: 479px) and (min-width :451px) {

.col-xs-12 {
    margin-left: 14%;
    width: 73%;
}

/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: absolute;
    transform: scale(3.05);
    width: 105.63%;

}
img.shop_product {
    width: 75% !important;
    margin-left: 1%;
    margin-top: -8%;
    margin-bottom: 2% !important;
}

/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -216px;
    margin-bottom: -19%;
}
.add-to-cart button.button {
    float: right;
    width: 62% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -45px;
    margin-right: -30%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -45px;
    margin-right: -30%;
}
.add-to-cart .qty {
    float: left;
    margin: -4px -6px -35px 87px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 12px;
    border: 1px solid #e6e6e6;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -15%;
    text-transform: uppercase;
    margin-left: -85.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 129%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 248.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -15%;
    text-transform: uppercase;
    margin-left: -92.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}

/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -458% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.advantages {
    margin-left: -27px;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 13%;
    vertical-align: top;
}
}
/*----------------------------------------------------------------*/
@media all and (max-width: 500px) and (min-width :480px) {

.col-xs-12 {

    width: 73%;
}
.input-text, textarea {
    background-color: #fff;
    border: 1px solid #bebebe;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    display: inline-block;
    padding: 7px;
    vertical-align: middle;
    width: 92%!important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-area select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 96%!important;
    height: 40px;
    padding: 0 45px 0 5px;
    line-height: 40px;
    background: url(../images/select-arrow.png) no-repeat center right #fff;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    overflow: hidden;
}
/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: absolute;
    transform: scale(3.05);
    width: 105.63%;

}
img.shop_product {
    width: 75% !important;
    margin-left: 1%;
    margin-top: -8%;
    margin-bottom: 2% !important;
}

/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -264px;
    margin-bottom: -15%;
}
.add-to-cart button.button {
    float: right;
    width: 62% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -27%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -27%;
}
.add-to-cart .qty {
    float: left;
    margin: -4px -6px -35px 109px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 36px;
    border: 1px solid #e6e6e6;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -12%;
    text-transform: uppercase;
    margin-left: -81.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 103%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 275.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -15%;
    text-transform: uppercase;
    margin-left: -92.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}

/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -468% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.advantages {
    margin-left: -27px;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 13%;
    vertical-align: top;
}
}

/*----------------------------------------------------------------*/
@media all and (max-width: 530px) and (min-width :501px) {

.col-xs-12 {
    margin-left: 14%;
    width: 73%;
}

/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: absolute;
    transform: scale(3.05);
    width: 105.63%;

}
img.shop_product {
    width: 75% !important;
    margin-left: 1%;
    margin-top: -8%;
    margin-bottom: 2% !important;
}

/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -264px;
    margin-bottom: -15%;
}
.add-to-cart button.button {
    float: right;
    width: 54% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -22%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -22%;
}
.add-to-cart .qty {
    float: left;
    margin: -4px -6px -35px 109px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 36px;
    border: 1px solid #e6e6e6;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -15%;
    text-transform: uppercase;
    margin-left: -84.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 103%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 277.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -15%;
    text-transform: uppercase;
    margin-left: -87.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}

/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -460% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.advantages {
    margin-left: -27px;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 13%;
    vertical-align: top;
}
}

/*----------------------------------------------------------------*/
@media all and (max-width: 550px) and (min-width :531px) {

.col-xs-12 {
    margin-left: 14%;
    width: 73%;
}

/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: absolute;
    transform: scale(3.05);
    width: 105.63%;

}
img.shop_product {
    width: 75% !important;
    margin-left: 1%;
    margin-top: -8%;
    margin-bottom: 2% !important;
}

/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -264px;
    margin-bottom: -15%;
}
.add-to-cart button.button {
    float: right;
    width: 54% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -27%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -27%;
}
.add-to-cart .qty {
    float: left;
    margin: -4px -6px -35px 109px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 36px;
    border: 1px solid #e6e6e6;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -15%;
    text-transform: uppercase;
    margin-left: -84.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 103%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 277.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -15%;
    text-transform: uppercase;
    margin-left: -82.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}

/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -460% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.advantages {
    margin-left: -27px;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 13%;
    vertical-align: top;
}
}


/*----------------------------------------------------------------*/
@media all and (max-width: 570px) and (min-width :551px) {

.col-xs-12 {
    margin-left: 0;
    width: 73%;
}

/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: absolute;
    transform: scale(3.05);
    width: 105.63%;

}
img.shop_product {
    width: 75% !important;
    margin-left: 1%;
    margin-top: -6%;
    margin-bottom: 2% !important;
}

/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -264px;
    margin-bottom: -15%;
}
.add-to-cart button.button {
    float: right;
    width: 54% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -27%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -27%;
}
.add-to-cart .qty {
    float: left;
    margin: -4px -6px -35px 109px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 36px;
    border: 1px solid #e6e6e6;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -15%;
    text-transform: uppercase;
    margin-left: -84.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 103%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 277.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -15%;
    text-transform: uppercase;
    margin-left: -79.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}

/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -460% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.advantages {
    margin-left: -27px;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 13%;
    vertical-align: top;
}
}

/*----------------------------------------------------------------*/
@media all and (max-width: 600px) and (min-width :571px) {

.col-xs-12 {
    margin-left: 14%;
    width: 73%;
}

/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: absolute;
    transform: scale(3.05);
    width: 105.63%;

}
img.shop_product {
    width: 75% !important;
    margin-left: 1%;
    margin-top: -6%;
    margin-bottom: 2% !important;
}

/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -264px;
    margin-bottom: -15%;
}
.add-to-cart button.button {
    float: right;
    width: 54% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -28%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -28%;
}
.add-to-cart .qty {
    float: left;
    margin: -4px -6px -35px 115px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 36px;
    border: 1px solid #e6e6e6;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -12%;
    text-transform: uppercase;
    margin-left: -78.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 103%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 277.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -12%;
    text-transform: uppercase;
    margin-left: -75.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}

/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -456% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.advantages {
    margin-left: -27px;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 13%;
    vertical-align: top;
}
}

/*----------------------------------------------------------------*/
@media all and (max-width: 650px) and (min-width :601px) {

.col-xs-12 {
    margin-left: 14%;
    width: 73%;
}

/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: absolute;
    transform: scale(3.05);
    width: 105.63%;

}
img.shop_product {
    width: 75% !important;
    margin-left: 1%;
    margin-top: -6%;
    margin-bottom: 2% !important;
}

/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -264px;
    margin-bottom: -15%;
}
.add-to-cart button.button {
    float: right;
    width: 54% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -28%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -28%;
}
.add-to-cart .qty {
    float: left;
    margin: 1px -6px -35px 133px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 36px;
    border: 1px solid #e6e6e6;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -10%;
    text-transform: uppercase;
    margin-left: -71.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 103%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 277.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -12%;
    text-transform: uppercase;
    margin-left: -73.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}

/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -449% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.advantages {
    margin-left: 0px!important;
    width: 35%!important;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 10%;
    vertical-align: top;
}
}

/*----------------------------------------------------------------*/
@media all and (max-width: 690px) and (min-width :651px) {

.col-xs-12 {
    margin-left: 14%;
    width: 73%;
}

/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: absolute;
    transform: scale(3.05);
    width: 105.63%;

}
img.shop_product {
    width: 69% !important;
    margin-left: 1%;
    margin-top: -6%;
    margin-bottom: 2% !important;
}

/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -264px;
    margin-bottom: -15%;
}
.add-to-cart button.button {
    float: right;
    width: 54% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -28%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -28%;
}
.add-to-cart .qty {
    float: left;
    margin: 3px -6px -35px 145px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 36px;
    border: 1px solid #e6e6e6;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -9%;
    text-transform: uppercase;
    margin-left: -69.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 103%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 277.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -12%;
    text-transform: uppercase;
    margin-left: -70.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}

/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -448% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.advantages {
    margin-left: -27px;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 10%;
    vertical-align: top;
}
}

/*----------------------------------------------------------------*/
@media all and (max-width: 730px) and (min-width :691px) {

.col-xs-12 {
    margin-left: 14%;
    width: 73%;
}

/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: absolute;
    transform: scale(3.05);
    width: 105.63%;

}
img.shop_product {
    width: 69% !important;
    margin-left: 1%;
    margin-top: -6%;
    margin-bottom: 2% !important;
}

/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -264px;
    margin-bottom: -15%;
}
.add-to-cart button.button {
    float: right;
    width: 54% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -28%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -28%;
}
.add-to-cart .qty {
    float: left;
    margin: 3px -6px -35px 145px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 36px;
    border: 1px solid #e6e6e6;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -9%;
    text-transform: uppercase;
    margin-left: -69.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 103%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 277.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -12%;
    text-transform: uppercase;
    margin-left: -70.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}

/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -448% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.advantages {
    margin-left: -27px;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 10%;
    vertical-align: top;
}
}

/*----------------------------------------------------------------*/
@media all and (max-width: 767px) and (min-width :631px) {

.col-xs-12 {
    margin-left:0%;
    width: 73%;
}

/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: absolute;
    transform: scale(3.05);
    width: 48.63%;

}
img.shop_product {
    width: 62% !important;
    margin-left: 1%;
    margin-top: -2%;
    margin-bottom: 2% !important;
}
/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -264px;
    margin-bottom: -15%;
}
.add-to-cart button.button {
    float: right;
    width: 40% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -67%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -67%;
}
.add-to-cart .qty {
float: left;
    margin: 11px -6px -35px 177px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -411% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.advantages {
    margin-left: -27px;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 10%;
    vertical-align: top;
}
/*extra*/
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -9%;
    text-transform: uppercase;
    margin-left: -69.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}

ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 36px;
    border: 1px solid #e6e6e6;
}

.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 72%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 277.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -12%;
    text-transform: uppercase;
    margin-left: -70.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}


}

/*----------------------------------------------------------------*/
@media all and (max-width: 790px) and (min-width :768px) {

.col-xs-12 {
    margin-left: 0%;
    width: 73%;
}

/*main image*/
img.small-stage {
    margin-bottom: 1%;
    display: block;
    position: absolute;
    transform: scale(3.05);
    width: 49.63%;

}
img.shop_product {
    width: 62% !important;
    margin-left: 1%;
    margin-top: -2%;
    margin-bottom: 2% !important;
}
/*Information*/
.product-name {
    margin-top: 13px;
    margin-left: -20px;
    width: 77%;
    /* margin-bottom: -23px; */
}

.spec-block {
    background-color: #f5f5f5;
    color: #000000;
    padding: 20px 3px;
    width: 111%;
    margin-left: -9%;
    margin-top: -27%;
    margin-bottom: -23%;
}
.short-description {
    display: none;
}
.col-md-7.col-sm-7.product-shop {
    margin-top: 17%;
    margin-left: 7%;
    width: 90%;
}

.price-box {
    margin-left: -264px;
    margin-bottom: -15%;
}
.add-to-cart button.button {
    float: right;
    width: 40% !important;
}
.add-to-cart {
    margin-left: -78%;
    margin-right: 29%;
    display: block;
}
.add-to-cart .button {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -67%;
}
.add-to-cart .button:hover {
    background-color: #51ba1b;
    padding: 8px 24px;
    margin-top: -40px;
    margin-right: -67%;
}
.add-to-cart .qty {
float: left;
    margin: 11px -6px -35px 177px;
    padding: 3px 0px 5px;
    text-align: center;
    width: 26px;
}
/*icon -block */
.product-info-blocks h4 {
    background-color: #bdbdbd;
    color: #ffffff;
    font-family: OpenSansRegular;
    margin: -411% -29px 11px;
    padding: 6px 22px 8px;
    text-align: center;
    text-transform: uppercase;
    width: 84%;
}
.advantages {
    margin-left: -27px;
}
img.icon_shop {
    display: inline-block;
    position: relative;
    width: 10%;
    vertical-align: top;
}
/*extra*/
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -9%;
    text-transform: uppercase;
    margin-left: -69.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}

ul.add-to-links {
    display: block;
    margin-left: 12%;
    margin-top: -12%;
}
.product-essential .price {
    display: block;
    font-size: 23px;
    margin: -2px 44px;
    padding: 15px 36px;
    border: 1px solid #e6e6e6;
}

.catalog-product-view .add-to-box {
    border-bottom: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-left: 54%;
    margin-top: 72%;
}

.col-lg-4.col-md-4.col-sm-4.product-info-container {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 277.2%;
    margin-left: 15.63%;
    margin-bottom: 1%;
}
.in-stock-tag {
    color: #0ea90d;
    float: left;
    margin-top: -12%;
    text-transform: uppercase;
    margin-left: -70.5%;
    display: inline-block;
    position: absolute;
    z-index: 5;
}
.product-essential.row {
    background-color: #fff;
    display: block;
    position: relative;
    margin-top: -9% !important;
    margin-bottom: 38px;
    padding-bottom: 63px;
    max-width: 960px;
}


}
